home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Charlotte's Web / background_11947.txt < prev    next >
Text File  |  1990-04-02  |  898b  |  49 lines

  1. -- background: 11947 from stack: in
  2. -- bmap block id: 22108
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=434 top=35 right=71 bottom=470
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: To Menu
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   play "boing"
  23.   visual effect iris close
  24.   go to card id 20526
  25.  
  26. end mouseUp
  27.  
  28.  
  29.  
  30.  
  31. -- part 6 (button)
  32. -- low flags: 00
  33. -- high flags: A002
  34. -- rect: left=16 top=319 right=340 bottom=76
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Return
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   global ReturnCard
  46.   go ReturnCard
  47. end mouseUp
  48.  
  49.